* lisp/bookmark.el: Add `defaults' property to the bookmark record.
authorJuri Linkov <juri@jurta.org>
Wed, 8 Aug 2012 08:48:57 +0000 (11:48 +0300)
committerJuri Linkov <juri@jurta.org>
Wed, 8 Aug 2012 08:48:57 +0000 (11:48 +0300)
commitba82fe378c9f6803fd472eec9ba6ce26a3b0cde8
treeaee531d134e6df8681d30a60e3d2399ef2472691
parent81a7d1b82a02d726d21975e3e1426c79caaf7d06
* lisp/bookmark.el: Add `defaults' property to the bookmark record.
(bookmark-current-buffer): Doc fix.
(bookmark-make-record): Add `defaults' property with default values
to the bookmark record.
(bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
with `bookmark-insert-current-bookmark'.
(bookmark-set): Get `defaults' property from the bookmark record
and use it in `read-from-minibuffer'.
(bookmark-insert-current-bookmark): Remove function.

* lisp/info.el (Info-bookmark-make-record): Add `defaults' property
with values of canonical Info node name, the current Info file name
and the current Info node name.
lisp/ChangeLog
lisp/bookmark.el
lisp/info.el